911 enregistrements

911 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

État des ascenseurs dans les gares et stations d'Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ZdcId
Identifiant de la zone de correspondance 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zdcid
Type
texte
Exemple
483315
ZdCXEpsg2154
Coordonnée X longitude de la zone de correspondance 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zdcxepsg2154
Type
int
Exemple
649868
ZdCYEpsg2154
Coordonnée Y latitude de la zone de correspondance 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zdcyepsg2154
Type
int
Exemple
6856158
liftId
Identifiant de l'ascenseur 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftid
Type
texte
Exemple
1033
liftReason
Cause de l'état de l'ascenseur en gare 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftreason
Type
texte
Exemple
                       
liftStatus
Etat de l'ascenseur en gare 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftstatus
Type
texte
Exemple
available
LiftPrivateId
Identifiant privé (interne) de l'ascenseur en gare

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
privateelevatorid
Type
texte
Exemple
ASC 1 - EQ11-A005-000000307
liftSituation
Situation de l'ascenseur en gare 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftsituation
Type
texte
Exemple
Couloir
liftDirection
Direction (sens de ligne) où se trouve l'ascenseur
 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftdirection
Type
texte
Exemple
Bagneux – Lucie Aubrac
liftStateUpdate
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftstateupdate
Type
texte
Exemple
2025-07-25T20:08
LiftState
Etat de l'ascenseur 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftstate
Type
texte
Exemple
1
ZdcName
Nom de la zone de correspondance 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zdcname
Type
texte
Exemple
Bagneux - Lucie Aubrac
liftMode
Type de la zone où se trouve l'ascenseur 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liftmode
Type
texte
Exemple
Metro
ZdcCentroid
Point Geo de l'ascenseur 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
centroidzdc
Type
geo_point_2d
Exemple
[48.80354814483759,2.3174447475670443]

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"etat-des-ascenseurs",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/etat-des-ascenseurs"
      }
    ]
    ,
  • "definitions":
    {
    • "etat-des-ascenseurs":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/etat-des-ascenseurs_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "etat-des-ascenseurs_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "zdcid":
                {
                • "type":"string",
                • "title":"ZdcId",
                • "description":"Identifiant de la zone de correspondance "
                }
                ,
              • "zdcxepsg2154":
                {
                • "type":"integer",
                • "title":"ZdCXEpsg2154",
                • "description":"Coordonnée X longitude de la zone de correspondance "
                }
                ,
              • "zdcyepsg2154":
                {
                • "type":"integer",
                • "title":"ZdCYEpsg2154",
                • "description":"Coordonnée Y latitude de la zone de correspondance "
                }
                ,
              • "liftid":
                {
                • "type":"string",
                • "title":"liftId",
                • "description":"Identifiant de l'ascenseur "
                }
                ,
              • "liftreason":
                {
                • "type":"string",
                • "title":"liftReason",
                • "description":"Cause de l'état de l'ascenseur en gare "
                }
                ,
              • "liftstatus":
                {
                • "type":"string",
                • "title":"liftStatus",
                • "description":"Etat de l'ascenseur en gare "
                }
                ,
              • "privateelevatorid":
                {
                • "type":"string",
                • "title":"LiftPrivateId",
                • "description":"Identifiant privé (interne) de l'ascenseur en gare"
                }
                ,
              • "liftsituation":
                {
                • "type":"string",
                • "title":"liftSituation",
                • "description":"Situation de l'ascenseur en gare "
                }
                ,
              • "liftdirection":
                {
                • "type":"string",
                • "title":"liftDirection",
                • "description":"Direction (sens de ligne) où se trouve l'ascenseur "
                }
                ,
              • "liftstateupdate":
                {
                • "type":"string",
                • "title":"liftStateUpdate",
                • "description":""
                }
                ,
              • "liftstate":
                {
                • "type":"string",
                • "title":"LiftState",
                • "description":"Etat de l'ascenseur "
                }
                ,
              • "zdcname":
                {
                • "type":"string",
                • "title":"ZdcName",
                • "description":"Nom de la zone de correspondance "
                }
                ,
              • "liftmode":
                {
                • "type":"string",
                • "title":"liftMode",
                • "description":"Type de la zone où se trouve l'ascenseur "
                }
                ,
              • "centroidzdc":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"ZdcCentroid",
                • "description":"Point Geo de l'ascenseur "
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires

    • Le Jeu de données sur les accessibilités contient toutes les gares d'Île-de-France. Il décrit le niveau d'accessibilité des gares/zone d'arrêts. 
    • [Situation 2016] Ce jeu de données représente l’ensemble des gares  voyageurs et/ou frets (SNCF et RATP) d'Île-de-France. Les gares fermées au service mais dont le bâtiment est toujours présent sont également dans la couche.
    • Ce jeu de données propose les zones de correspondance du référentiel des arrêts d'Île-de-France. Cela représente les zones multimodales où les correspondances piétonnes entre les arrêts sont implicites (temps de déplacement piéton raisonnable).
    • Couche géographique décrivant, par ligne, les gares de Train et de RER, les stations de métro, de tramways, de val et de funiculaire ouvertes aux voyageurs en Île-de-France.